The Knight's Tour Copyright C. Broadribb 1995

Written 28/4/95.

This was written for a university assignment (the course was BSC (Computing)
and the subject was Programming Structures).

These two programs both display a chess board and show a knight attempting
to move around the board and land on every square once only.  Each square
that the knight lands on is marked afterwards.  After the knight finishes, 
the order in which it landed on the squares is displayed.  

Can the knight achieve this amazing feat?  Run the program and find out!

